ServiceGetAvailability Method (MailboxData, SerializableTimeZone, SuggestionsViewOptions) |
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AvailabilityResponse GetAvailability(
MailboxData mailbox,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions
)
Public Function GetAvailability (
mailbox As MailboxData,
timeZone As SerializableTimeZone,
suggestionsViewOptions As SuggestionsViewOptions
) As AvailabilityResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailboxData
The attendees for which to retrieve availability information. - timeZone
- Type: Independentsoft.ExchangeSerializableTimeZone
The time zone in which to retrieve user availability information. - suggestionsViewOptions
- Type: Independentsoft.ExchangeSuggestionsViewOptions
The suggestions view options.
Return Value
Type:
AvailabilityResponseDetailed information about the availability of the specified users, rooms, and resources.
See Also